|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
カード上のアプレットへのアクセスを提供するカードサービスインタフェースです .
| メソッドの概要 | |
ResponseAPDU |
selectApplet(AppletID aid)
アプレットを選択します . |
APDU |
sendRequestAPDU(APDU apdu)
カードにAPDUを送信します . |
APDU |
sendRequestAPDU(AppletID aid,
APDU apdu)
アプレットIDを指定してカードにAPDUを送信します . |
byte[] |
sendRequestAPDU(AppletID aid,
byte[] request)
アプレットIDを指定してカードにAPDUを送信します . |
ResponseAPDU |
sendRequestAPDU(AppletID aid,
RequestAPDU requestAPDU)
アプレットIDを指定してカードにAPDUを送信します . |
byte[] |
sendRequestAPDU(byte[] request)
カードにAPDUを送信します . |
ResponseAPDU |
sendRequestAPDU(RequestAPDU requestAPDU)
カードにAPDUを送信します . |
| メソッドの詳細 |
public ResponseAPDU selectApplet(AppletID aid)
throws CardServiceException
aid - アプレットID
.
ResponseAPDU
.
CardServiceException - アプレットを選択できなかった場合
.
public ResponseAPDU sendRequestAPDU(AppletID aid,
RequestAPDU requestAPDU)
throws CardServiceException,
APDUException
aid - アプレットID
.requestAPDU - カードに送信するRequestAPDU
.
ResponseAPDU
.
CardServiceException - 処理中にエラーが発生した場合
.
APDUException - カードからのレスポンスの長さがステータスワードの長さに満たない場合
.
public APDU sendRequestAPDU(AppletID aid,
APDU apdu)
throws CardServiceException
aid - アプレットID
.apdu - カードに送信するAPDU
.
APDU
.
CardServiceException - 処理中にエラーが発生した場合
.
public byte[] sendRequestAPDU(AppletID aid,
byte[] request)
throws CardServiceException
aid - アプレットID
.request - カードに送信するAPDUのbyte配列表現
.
APDUのbyte配列表現
.
CardServiceException - 処理中にエラーが発生した場合
.
public ResponseAPDU sendRequestAPDU(RequestAPDU requestAPDU)
throws CardServiceException,
APDUException
requestAPDU - カードに送信するRequestAPDU
.
ResponseAPDU
.
CardServiceException - 処理中にエラーが発生した場合
.
APDUException - カードからのレスポンスの長さがステータスワードの長さに満たない場合
.
public APDU sendRequestAPDU(APDU apdu)
throws CardServiceException
apdu - カードに送信するAPDU
.
APDU
.
CardServiceException - 処理中にエラーが発生した場合
.
public byte[] sendRequestAPDU(byte[] request)
throws CardServiceException
request - カードに送信するAPDUのbyte配列表現
.
APDUのbyte配列表現
.
CardServiceException - 処理中にエラーが発生した場合
.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||